home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Vk / VkQuestionDialog.z / VkQuestionDialog
Encoding:
Text File  |  2002-10-03  |  5.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4. VVVVkkkkQQQQuuuueeeessssttttiiiioooonnnnDDDDiiiiaaaalllloooogggg((((3333xxxx))))                                      VVVVkkkkQQQQuuuueeeessssttttiiiioooonnnnDDDDiiiiaaaalllloooogggg((((3333xxxx))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      VkQuestionDialog - Dialog Manager class for question dialogs
  10.  
  11. IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
  12.      VkDialogManager : VkComponent : VkCallbackObject
  13.  
  14. HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
  15.      #include <Vk/VkQuestionDialog.h>
  16.  
  17. PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
  18.    CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
  19.            VkQuestionDialog(const char* name);
  20.            virtual ~VkQuestionDialog(void);
  21.  
  22.  
  23. CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           This class displays a Motif question dialog, using the caching
  25.           facilities of VkDialogManager class.  Applications typically use the
  26.           globally available dialog _t_h_e_Q_u_e_s_t_i_o_n_D_i_a_l_o_g to post questions.
  27.  
  28.  
  29.  
  30. FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
  31.    VVVVkkkkQQQQuuuueeeessssttttiiiioooonnnnDDDDiiiiaaaalllloooogggg(((())))
  32.            VkQuestionDialog(const char* name);
  33.  
  34.  
  35.           Initialize a VkQuestionDialog. VkQuestionDialog is not normally
  36.           instantiated by applications. Just refer to _t_h_e_Q_u_e_s_t_i_o_n_D_i_a_l_o_g
  37.           instead.
  38.  
  39.    ~~~~VVVVkkkkQQQQuuuueeeessssttttiiiioooonnnnDDDDiiiiaaaalllloooogggg(((())))
  40.            virtual ~VkQuestionDialog(void);
  41.  
  42.  
  43.           Free memory used by a VkQuestionDialog object. The global instance
  44.           should not be deleted.
  45.  
  46. IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
  47.    IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkDDDDiiiiaaaallllooooggggMMMMaaaannnnaaaaggggeeeerrrr
  48.           show(), hide(), className(), clearCache(), prepost(), ok(),
  49.           cancel(), apply(), setTitle(), setButtonLabels(), unpost(),
  50.           unpostAll(), centerOnScreen(), lastPosted(), post(), postModal(),
  51.           postBlocked(), postAndWait() _action, _showOK, _showCancel,
  52.           _showApply, _allowMultipleDialogs, _minimizeMultipleDialogs,
  53.           prepostCallback
  54.  
  55.  
  56.    IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCoooommmmppppoooonnnneeeennnntttt
  57.           installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
  58.           setDefaultResources(), getResources(), manage(), unmanage(),
  59.           baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. VVVVkkkkQQQQuuuueeeessssttttiiiioooonnnnDDDDiiiiaaaalllloooogggg((((3333xxxx))))                                      VVVVkkkkQQQQuuuueeeessssttttiiiioooonnnnDDDDiiiiaaaalllloooogggg((((3333xxxx))))
  71.  
  72.  
  73.  
  74.    IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCaaaallllllllbbbbaaaacccckkkkOOOObbbbjjjjeeeecccctttt
  75.           callCallbacks(), addCallback(), removeCallback(),
  76.           removeAllCallbacks()
  77.  
  78.  
  79. VVVVIIIIEEEEWWWWKKKKIIIITTTT 2222....1111 CCCCHHHHAAAANNNNGGGGEEEESSSS
  80.      In multi-screen enabled applications or components, references to
  81.      _t_h_e_Q_u_e_s_t_i_o_n_D_i_a_l_o_g will only be valid for the _d_e_f_a_u_l_t screen in the
  82.      application.  The following new function API will return the
  83.      VkQuestionDialog associated with the appropriate screen and should be
  84.      used instead of _t_h_e_Q_u_e_s_t_i_o_n_D_i_a_l_o_g;
  85.  
  86.  
  87.            VkQuestionDialog *getAppQuestionDialog(VkComponent *comp);
  88.  
  89.  
  90. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  91.      VkDialogManager, VkComponent
  92.      _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
  93.      _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
  94.      _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
  95.      _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.